You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > Size Method > TVec.Size Method ([In] TMtxVecBase, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.Size Method ([In] TMtxVecBase, bool)

Sets vector size.

Syntax
C#
Visual Basic
public override TMtxVec Size([In] TMtxVecBase Src, bool AComplex);

Length is set to Src.Length and Complex property to AComplex. Floating point precision is obtained from Src. If Src is integer type (TVecInt, TMtxInt), the existing floating point precision is preserved.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!